home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Codigos_Prontos / CSS / Outros / Prevent line breaks in links, oversized content to brake.txt < prev    next >
Text File  |  2008-08-19  |  64b  |  9 lines

  1.  
  2. a{
  3. white-space:nowrap;
  4. }
  5.  
  6. #main{
  7. overflow:hidden;
  8. }
  9.